home *** CD-ROM | disk | FTP | other *** search
- package sun.plugin;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- final class AuthenticationFrame$1 extends WindowAdapter {
- // $FF: synthetic field
- private final Object val$lock2;
- // $FF: synthetic field
- private final AuthenticationFrame this$0;
-
- public void windowClosing(WindowEvent var1) {
- this.this$0.dispose();
- Object var2 = this.val$lock2;
- synchronized(var2){}
-
- try {
- this.val$lock2.notifyAll();
- } catch (Throwable var4) {
- throw var4;
- }
-
- }
-
- // $FF: synthetic method
- AuthenticationFrame$1(Object var1, AuthenticationFrame var2) {
- this.val$lock2 = var1;
- this.this$0 = var2;
- }
- }
-